Managing Project Files

All the standard file management and maintenance operations you perform on individual files can be run from within a project.

Note To open a project:
  1. Select a project in the Recent Projects drop-down list at the top of the Projects panel or select from the Project > Open Project menu.

    The project structure displays.

  2. Expand the project view to see the project's content folders and resources.

You now view project contents in different ways.

Note To open all documents select one of the following:
Note To delete a project:
  1. Right-click the project and select Delete Project from the menu or select Project > Delete Project.

    You are asked to confirm that you want the project deleted.

  2. Click Yes.

    The project is removed from the Projects panel and the apf file is deleted from your computer.

Note Removing a project has no effect on the actual files in the mapped directories. You are only removing the apf file.

Working with folders

When you add a folder to a project, you must decide where that folder falls within the project tree. You can add a folder to the project root or you can add a folder to an existing folder. When you add a folder to an existing folder, the new folder is defined as the child and the existing folder is the parent. Understanding parent/child relationships between folders is more important when you specify the deployment properties for the project. For now, you just need to know that they exist.

There are some limitations to where you can add virtual folders. Virtual folders can only be added to the project root or to another virtual folder. You cannot add a virtual folder to a manual-inclusive or auto-inclusive folder. You can, however, add manual-inclusive or auto-inclusive folders to virtual folders.

Note To add a virtual folder:
  1. Right-click the parent for the new virtual folder (either the project root or another virtual folder) and select Add Folder.

    The Add a Project Folder dialog box appears.

  2. Enter a folder name in the Folder Name box.
  3. Click Virtual Folder and click OK.

    The folder is added to your project.

Note Remember, you should use virtual folders when you have a number of files in different locations and you want a container to hold them all.

Note To add a manual-inclusive folder:
  1. Right-click the parent for the new manual-inclusive folder (either the project root or any other folder) and select Add Folder from the menu to see the Add a Project Folder dialog box.
  2. Enter a folder name in the Folder Name box.
  3. Click Physical Folder.
  4. Enter the path for the directory to be referenced in the Directory Path box or click the Browse button to locate the directory using the Select Directory dialog box.
  5. Click OK.

    The folder is added to your project. In order to populate the folder with files, you will have to add them manually.

Note When you create a physical folder of either type, you are in essence creating a reference to a directory that already exists on your computer.

Note To add an auto-inclusive folder:
  1. Right-click the parent for the new auto-inclusive folder (either the project root or any other folder) and select Add Folder from the menu to see the Add a Project Folder dialog box.
  2. Enter a folder name in the Folder Name box.
  3. Click Physical Folder.
  4. Enter the path for the directory to be referenced in the Directory Path box or click the Browse button to locate the directory using the Select Directory dialog box.
  5. Click Auto Include Files Using Filter and select a filter from the drop-down menu (a filter limits the files that will be included based on the extension types that you specify). Alternatively, you can manually enter file extensions separated by semi-colons.
  6. Click OK.

    You see the Include Files in New Folder dialog box.

  7. To include all files inside the referenced directory, click Add all files to this folder. To include any subfolders inside the referenced directory, click Add all subfolders to this folder.
  8. Click OK.

    The folder is added to your project and is populated according to the options you set in steps 5 and 7.

Note When you create a physical folder of either type, you are in essence creating a reference to a directory that already exists on your computer.

Note To remove a folder:
  1. Right-click the folder and select Remove Folder from the menu.

    You are asked to confirm that you want to remove the folder.

  2. Click Yes.

    The folder is removed from the Project display.

Note Removing a folder from a project has no affect on the actual files in the mapped directory. You are only removing the reference to that folder in the apf file.

Working with files

You can now begin to work with files. The methods for working with a file can vary slightly, depending on the type of folder that contains the file.

Standard drag operations can be performed to move files from the Projects file list into Project folders.

Tip The Project Files list that is displayed in the bottom pane of the Projects panel can be treated very similarly to the file list that is displayed as part of the Files panel. In other words, you can drag files or open files for editing from this list.

Files in manual-inclusive or virtual folders

The process for adding and deleting files is the same for both virtual and manual-inclusive folders. You cannot add files to or remove files from an auto-inclusive folder with these methods.

Note To add files to a manual- inclusive or virtual folder:
  1. Right-click the folder and select Add Files to Folder.

    The Add Files to Folder dialog box appears.

  2. Locate and select the files you want to add to your project folder.
  3. Click Open to add the files to the folder.
Note To remove files from a manual-inclusive or virtual folder:
  1. Select the folder in the project tree.

    The files contained in the selected folder appear in the File list.

  2. Right-click the file that you want to remove in the File list and select Remove From Project from the menu.

    You are asked to confirm that you want to remove the file.

  3. Click Yes.
  4. The file is removed from the list.
Note Removing a file from a project has no affect on the actual file in the mapped directory. You are only removing the reference to that file in the apf file.

Files in auto-inclusive folders

You control the files that are included in an auto-inclusive folder by specifying the files types that are allowed. You can change the file types at any time to alter the included files.

Note To change the types of files allowed in an auto-inclusive folder:
  1. Right-click the auto-inclusive folder and select Properties from the menu to see the Edit Folder Properties dialog box.
  2. Change the Include Files Using Filter list to contain the extensions for the file types you want included in the folder. You can change the extensions by using the drop-down list or by manually entering the extensions, separated by colons.
  3. Click OK.

    The list of included files is filtered according to the extensions you specified.